From 2d15c25d93d38c7101eb66f08214aac30c7b366b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 10 Aug 2014 07:41:53 -0400 Subject: [PATCH] reftests: Make textview-margins pass in make check I found that setting margins to zero makes the textview clip away some overshooting pixels. So, instead of a 0/10 split, do this test with a 2/8 split of margins, to avoid the clipping issue. --- testsuite/reftests/textview-margins.ref.ui | 8 ++++---- testsuite/reftests/textview-margins.ui | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/testsuite/reftests/textview-margins.ref.ui b/testsuite/reftests/textview-margins.ref.ui index f4bdfb0ef9..2d1d4498a0 100644 --- a/testsuite/reftests/textview-margins.ref.ui +++ b/testsuite/reftests/textview-margins.ref.ui @@ -14,10 +14,10 @@ True True word - 10 - 10 - 0 - 0 + 8 + 8 + 2 + 2 textbuffer1 diff --git a/testsuite/reftests/textview-margins.ui b/testsuite/reftests/textview-margins.ui index 040ca1aa32..9fd04879a0 100644 --- a/testsuite/reftests/textview-margins.ui +++ b/testsuite/reftests/textview-margins.ui @@ -14,10 +14,10 @@ True True word - 0 - 0 - 10 - 10 + 2 + 2 + 8 + 8 textbuffer1 -- 2.30.2